VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / MultiRectangularSelectionTool<T> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    MultiRectangularSelectionTool<T> Class
    In This Topic
    The generic visual tool that allows to select an image region, which consists from multiple rectangles, in image viewer.
    Object Model
    IObjectClipboard IInteractionController ImageViewer MultiRectangularSelectionTool<T>
    Syntax
    'Declaration
    
    Public Class MultiRectangularSelectionTool(Of T
    The rectangular selection type.
    As RectangularSelection) Inherits Vintasoft.Imaging.UI.VisualTools.UserInteraction.UserInteractionVisualTool
    public __gc class MultiRectangularSelectionTool<T> : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.UserInteractionVisualTool*
    where T: RectangularSelection*
    
    
    generic<typename T>
    public ref class MultiRectangularSelectionTool : public Vintasoft.Imaging.UI.VisualTools.UserInteraction.UserInteractionVisualTool^
    where T: RectangularSelection^
    
    

    Type Parameters

    T
    The rectangular selection type.
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also